Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_parent_class
get_parent_class
Returns the parent class name of the object or class
Name:
get_parent_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns the parent class name of the object or class
Related
get_include_path() and get_cfg_var() to obtain the included path in the PHP configuration
3
What Could Be the Causes for the dns_check_record Function Returning Null Values? How to Fix It?
1
Detailed explanation and examples of imagewbmp function parameters
2
Complete Guide to Installing PHP7 Extensions: Swoole, Yaf, and gRPC Setup
8
Similar Functions
class_alias
class_alias
Createanaliasforacla
trait_exists
trait_exists
Checkifthespecifiedt
get_parent_class
get_parent_class
Returnstheparentclas
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_object_vars
get_object_vars
Returntowritetoyouth
method_exists
method_exists
Checkiftheclassmetho
get_called_class
get_called_class
Thenameofthe"La
get_class
get_class
Returntheobject'
Popular Articles